|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.activities.WorkbenchActivityHelper
A utility class that contains helpful methods for interacting with the activities API.
Method Summary | |
static String |
createUnifiedId(IPluginContribution contribution)
Utility method to create a String containing the plugin
and local ids of a contribution. |
static boolean |
filterItem(Object object)
Answers whether the provided object should be filtered from the UI based on activity state. |
static boolean |
isFiltering()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final String createUnifiedId(IPluginContribution contribution)
String
containing the plugin
and local ids of a contribution.
contribution
- the contribution to use.
public static final boolean filterItem(Object object)
IPluginContribution
whos unified id matches an IIdentifier
that is currently disabled.
object
- the object to test.
createUnifiedId(IPluginContribution)
public static final boolean isFiltering()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |